Selerix Developer Tools
Item(Nullable<Double>,Nullable<Double>,String,Boolean) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Rates Class > Item Property : Item(Nullable<Double>,Nullable<Double>,String,Boolean) Property
Gets the RateCardFinder with the specified min.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal min As Nullable(Of Double), _
   ByVal max As Nullable(Of Double), _
   ByVal parameterName As String, _
   ByVal isEmployerRateCard As Boolean _
) As RateCardFinder
'Usage
 
Dim instance As Rates
Dim min As Nullable(Of Double)
Dim max As Nullable(Of Double)
Dim parameterName As String
Dim isEmployerRateCard As Boolean
Dim value As RateCardFinder
 
value = instance.Item(min, max, parameterName, isEmployerRateCard)

Parameters

min
max
parameterName
isEmployerRateCard
See Also

Reference

Rates Class
Rates Members
Overload List